home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHelp
- repeat with i = 1 to 48
- puppetSprite(i, 1)
- end repeat
- puppetPalette("newpal")
- patchPal()
- if gHelp = 1 then
- set the castNum of sprite 47 to 47
- set the castNum of sprite 13 to 16
- else
- set the castNum of sprite 47 to 18
- set the castNum of sprite 13 to 17
- end if
- updateStage()
- end
-